ServiceTentativelyAcceptMeetingRequest Method (IListTentativelyAcceptItem, MessageDisposition, FolderId) |
Tentatively accepts meeting requests.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> TentativelyAcceptMeetingRequest(
IList<TentativelyAcceptItem> tentativelyAcceptItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId
)
Public Function TentativelyAcceptMeetingRequest (
tentativelyAcceptItems As IList(Of TentativelyAcceptItem),
messageDisposition As MessageDisposition,
sentItemsFolderId As FolderId
) As IList(Of ItemInfoResponse)
Parameters
- tentativelyAcceptItems
- Type: System.Collections.GenericIListTentativelyAcceptItem
The tentatively accept items. - messageDisposition
- Type: Independentsoft.ExchangeMessageDisposition
Indicates the disposition mode. - sentItemsFolderId
- Type: Independentsoft.ExchangeFolderId
The sent items folder identifier.
Return Value
Type:
IListItemInfoResponseIList{ItemInfoResponse}.
See Also